home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / mac / tools / boot_snd.hqx / Read Me < prev   
Encoding:
Text File  |  1991-05-12  |  5.4 KB  |  121 lines

  1. BootSnd 1.0 (5/12/1991)
  2. =======================
  3.  
  4. Why I wrote it ?
  5.     1)    SoundMaster is good, but
  6.                 I only want to play sound at system startup,
  7.                 it cannot play compressed sound ('MACE' format),
  8.                 it patches the system heap,
  9.                 it does not use sound resources ('snd '),
  10.                 it cannot play sounds randomly at startup,
  11.                 it cannot play multiple sounds at startup,
  12.                 and it's not free.
  13.     2)    StartupSndInit (in SoundMover package) is good, but
  14.                 it cannot play compressed sound ('MACE' format),
  15.                 it cannot play sounds randomly at startup,
  16.                 it's not convenient to assign sounds to it (need SoundMover or ResEdit),
  17.                 and it's not free.
  18.     3)    I want to practise in writing a cdev/INIT (this is the first cdev or INIT
  19.              I have ever written).
  20.  
  21. What will it do ?
  22.     This cdev/INIT will let you assign a file to it, and either randomly plays
  23.     one sound resource or plays all the sound resources in that file at system
  24.     startup.  As a side feature, the cdev will also let you examine the sound
  25.     resources in any file which resouce fork is not empty.
  26.  
  27. How to install it ?
  28.     Drop it into the "System Folder" of the boot volume (just like any other
  29.     cedvs/INITs, huh ?), then choose "Control Panel" under the apple menu.
  30.     In the Control Panel, choose the "BootSnd" icon, then click the "Set Sound
  31.     File╔" button in the window.  In the open file dialog, choose a file on the
  32.     BOOT VOLUME (very important !) which contains sound resource(s), then
  33.     click the "Open" button.  If you are not sure whether the file contains
  34.     sound resource(s) or not, you can click on the "Inspect╔" button to check.
  35.     After you have done all this, you should see the full file name of the file
  36.     which you have just selected appears in the box under the string "Current
  37.     Sound File:" in the Control Panel window.  Then you can reboot your Mac
  38.     and listen to the sound at startup.  Before you reboot the machine, make
  39.     sure that the soundlevel is greater than 0, and the "Caps Lock" key is not
  40.     engaged while booting.
  41.  
  42. How to dis-install it ?
  43.     Just move it out from the "System Folder" of the boot volume.
  44.  
  45. How to disable it temporality ?
  46.     3 ways:
  47.         Set the soundlevel to 0 before you shutdown your Mac; or
  48.         move the assigned sound file to a different folder; or
  49.         engaged the "Caps Lock" key while booting.
  50.  
  51. Why does the not loaded icon (with a cross on top) show up at startup ?
  52.     9 reasons:
  53.         The soundlevel was set to be 0 before last shoutdown; or
  54.         the "Caps Lock" key was engaged; or
  55.         no sound file has been assigned yet; or
  56.         the assigned sound file is not on the boot volume; or
  57.         the assigned sound file has been moved to another folder; or
  58.         there is no sound resource in the assigned file; or
  59.         the System software version is less than 6.0.4; or
  60.         your Mac has the old 64K ROM; or
  61.         the "BootSnd" cdev/INIT has been damaged.
  62.     Fixes:
  63.         Check the soundlevel, "Caps Lock" key, and assigned sound file.  If
  64.         eveything is alright and you are using at least a 512KE with System 6.0.4,
  65.         try to re-install a fresh copy of the "BootSnd" cdev/INIT.  If you still
  66.         have problem, tell me about the situation, and I will try to fix it (see
  67.         below for how to contact me).
  68.  
  69. Why does the loaded icon show up at startup but no sound is playing ?
  70.     3 reasons:
  71.         all the sound resources in the assigned file is too large to be played at
  72.         startup (I still haven't figure out what exactly the maximum size of a
  73.         playable sound resource is, but it's about half of the size of the total
  74.         memory available in the Mac); or
  75.         the speaker on your Mac has been disconnected; or
  76.         the "BootSnd" cdev/INIT has been damaged.
  77.     Fixes:
  78.         Check the sizes of the sound resources in the assigned sound file and
  79.         the speaker of your Mac (using the Control Panel).  If everything is alright,
  80.         try to re-install a fresh copy of the "BootSnd" cdev/INIT.  If you still
  81.         have problem, tell me about the situation, and I will try to fix it (see
  82.         below for how to contact me).
  83.  
  84. Why does no icon show up at startup ?
  85.     3 reasons:
  86.         you have not install the "BootSnd" cdev/INIT yet; or
  87.         you have checked the "No Icon at Startup" option; or
  88.         the "BootSnd" cdev/INIT has been damaged.
  89.     Fixes:
  90.         Make sure you have intalled the "BootSnd" cdev/INIT and unchecked the
  91.         "No Icon at Startup" option in the Control Panel.  If everything is alright,
  92.         try to re-install a fresh copy of the "BootSnd" cdev/INIT.  If you still
  93.         have problem, tell me about the situation, and I will try to fix it (see
  94.         below for how to contact me).
  95.  
  96. Caution:
  97.     BootSnd will crash when trying to play a sound at startup on a System
  98.     with Communication Toolbox installed.  (I still haven't figure out why
  99.     this happens, but it seems that any INIT which tries to play a sound
  100.     resource at startup will crash with Comm. Toolbox, because
  101.     "StartupSndInit" has the same problem.)
  102.  
  103. Acknowledgement:
  104.     Thanks to Ken McLead, Paul Mercer, Darin Adler, Paul Snively, and Steve
  105.     Capps for the ShowINIT procedure.
  106.  
  107. Disclaimer:
  108.     BootSnd is provided on an "as is" basis.  You use it at your own risk, the
  109.     author takes no responsibility on any damages or data loss of your machine
  110.     and files.  This is a freeware but not in public domain.  You are free to use
  111.     and distribute BootSnd as you want, provided that you distribute it with
  112.     this accompanied "Read Me" file.  Bug reports and suggestions on
  113.     enhancement are welcome.
  114.  
  115. Happy Mac-ing ^-^
  116.  
  117. Ming Yau So
  118. American Online: Ming So
  119. Fidonet:    Ming Yau So, 1:152/42
  120. Snail: P.O.Box 3795, Eugene OR 97403
  121. Telephone: (503) 687-0409